home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / inndemo / install.scr < prev    next >
Encoding:
Text File  |  1993-12-15  |  767 b   |  50 lines

  1. clear
  2. space %1: 1000    NoSpace
  3. godir %1:%4    CantCreate
  4. rem    Copy over the necessary files.
  5. echo Copying INN Demo Files ...
  6. copy %2:*.drv
  7. copy %2:sci*.exe
  8. copy %2:interp.*
  9. copy %2:install.*
  10. copy %2:resource.map
  11. copy %2:resource.000
  12. copy %2:retail.txt
  13. del %2:install.scr
  14. copy %2:inndemo.bat
  15.  
  16. echo %3 > resource.cfg
  17.  
  18. :exit
  19. clear
  20. echo
  21. echo  To play NOW:
  22. echo     Type INNDEMO [ENTER].
  23. echo
  24. echo  To play LATER:
  25. echo     From the directory of %1:%4,
  26. echo     Type INNDEMO and press [ENTER].
  27. echo
  28. pause
  29. goto Exit2
  30.  
  31.  
  32. :NoSpace
  33. clear
  34. echo
  35. echo There is not enough space on %1: to install the INN Demo!
  36. echo 1 megabyte of disk space is necessary.
  37. echo
  38. pause
  39.  
  40.  
  41. :Exit2
  42. end
  43.  
  44.  
  45. :CantCreate
  46. alert Unable to create directory %1:%4
  47. end
  48. 
  49. 
  50.